home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / LibSource / AmigaLib / SCRIPTS / MakeExtras < prev   
Encoding:
Text File  |  1992-09-02  |  311 b   |  13 lines

  1. ; MakeExtras - by Jason Petty ,1993.
  2. ; Simple script to compile the extra files needed by the Amiga.lib.
  3.  
  4. execute cc Extra 
  5. execute cc DeletePort 
  6. execute cc DeleteExtIO 
  7. execute cc DeleteStdIO
  8. execute cc DeleteTask 
  9. execute cc CreatePort 
  10. execute cc CreateExtIO  
  11. execute cc CreateStdIO
  12. execute cc CreateTask 
  13.